net.TCPListener.ok (method)

7 uses

	net (current package)
		tcpsock.go#L355: 	if !l.ok() {
		tcpsock.go#L364: 	if !l.ok() {
		tcpsock.go#L377: 	if !l.ok() {
		tcpsock.go#L390: 	if !l.ok() {
		tcpsock.go#L407: 	if !l.ok() {
		tcpsock.go#L421: 	if !l.ok() {
		tcpsock_posix.go#L156: func (ln *TCPListener) ok() bool { return ln != nil && ln.fd != nil }